Skip to main content
Version: Next

Updates a DataAddress for an asset with the given ID

Updates a DataAddress for an asset with the given ID

Path Parameters
  • assetId string required
Header Parameters
  • connectorUrl string
Request Body required
  • object
Responses

Asset was updated successfully


Schema
  • object
PUT /v2/assets/:assetId/dataaddress

Request

Base URL
https://dgk.cx.dev.dih-cloud.com
assetId — path required
connectorUrl — header
Body required
{}
curl -L -X PUT 'https://dgk.cx.dev.dih-cloud.com/v2/assets/:assetId/dataaddress' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{}'